home *** CD-ROM | disk | FTP | other *** search
- Echo Off
- Cls
- Echo *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
- Echo * This Is An Example Of SETCURSR.COM *
- Echo * *
- Echo * Press Any Key To Continue Processing *
- Echo *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
- Wait
- SetCursr O
- Echo The Cursor Should Now Be Turned Off.........Press Any Key To Continue.
- Wait
- SetCursr B
- Echo The Cursor Should Now Be A Block Shape......Press Any Key To Continue.
- Wait
- SetCursr N
- Echo The Cursor Should Now Be Back To Normal.....Press Any Key To Continue.
- Wait
- Cls